Document API
Process and verify documents using Datakeen's AI — from your own application
The Document API lets you send documents to Datakeen for AI-powered extraction and verification. Each endpoint is specialised for a specific document type — identity documents, proof of address, bank details, tax statements, and more.
Base URL
https://api.datakeen.co/api/v2/
How it works
- Authenticate — obtain a token via the Authentication endpoint
- Send a document — POST the document (as base64 or file) to the appropriate endpoint
- Get results — receive extracted fields, AI controls, and a verification status in the response
You can optionally save results to the back office by adding "save": true to your request. See Use APIs with Back Office for details.
Available document types
| Document | Endpoint | Description |
|---|---|---|
| ID Card | reco/id | French and European national identity cards |
| Passport | reco/passport | ICAO-compliant passports |
| Residence Permit | reco/residence-permit | Residence permits and titles of stay |
| Driver License | reco/driver-license | Driver's licenses |
| Health Card | reco/vital-card | Health insurance cards (Carte Vitale) |
| Proof of Address | reco/proof-of-address | Utility bills, lease agreements, etc. |
| Tax Statement | reco/tax-statement | Tax assessment notices |
| Bank Details | reco/bankdetails | RIB / bank account details |
| KBIS | reco/kbis | Company registration certificates |
| Vehicle Registration | reco/vehicle-registration | Vehicle registration documents |
| Death Certificate | reco/death-certificate | Death certificates |
| SIRENE | reco/sirene | INSEE SIRENE company lookup |
| Payslip | reco/payslip | Pay slips |
| Military ID | reco/military-id | Military identity cards |
| Multi-Doc | reco/multi-doc | Automatic document type detection and processing |
For a comprehensive list of all supported document types (200+), see the Document Library.
Updated 2 days ago
